From: pdns-recursor packagers Date: Sun, 9 Sep 2018 19:29:51 +0000 (+0100) Subject: testrunner-log-verbosity X-Git-Tag: archive/raspbian/4.1.11-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=77bfb82add97990779809e99aaf516ca9f62aa9b;p=pdns-recursor.git testrunner-log-verbosity =================================================================== Gbp-Pq: Name testrunner-log-verbosity --- diff --git a/Makefile.am b/Makefile.am index 71bad3d..4f041f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ TESTS=test_libcrypto if UNIT_TESTS noinst_PROGRAMS = testrunner -TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message SRCDIR='$(srcdir)' +TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=test_suite BOOST_TEST_REPORT_LEVEL=detailed SRCDIR='$(srcdir)' TESTS += testrunner else check-local: